Inheritance diagram for Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSelectable:

Definition at line 196 of file CMenuItemDisplay.hpp.
| Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSelectable::CMenuItemSelectable | ( | IControlRoot * | root, | |
| const long | uniqueId, | |||
| const CRect & | area, | |||
| CMenuItem * | item | |||
| ) |
Construction
| root | The root control | |
| uniqueId | The id of this control | |
| area | The area of this control | |
| item | The menu item |
| virtual Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSelectable::~CMenuItemSelectable | ( | ) | [virtual] |
Destruction
| virtual void Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSelectable::drawControl | ( | CGraphics & | graphics | ) | [virtual] |
Draw the control
| graphics | The graphics context |
Reimplemented from Exponent::GUI::Controls::CControl.
| void Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSelectable::setMenuItem | ( | CMenuItem * | item | ) | [inline] |
Set the menu item
| item | The menu item |
Definition at line 228 of file CMenuItemDisplay.hpp.
References m_menuItem.